From bc7a8745a3c8449d1a059487a42899025a987fc0 Mon Sep 17 00:00:00 2001 From: Sven Luther Date: Wed, 2 Nov 2005 11:29:38 +0000 Subject: [PATCH] Fixed small typo. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8f4e66ac..69e7bea2 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) endif config-stamp: configure - for t in templates/*; \ do + for t in templates/*; do target=${t#templates/}; \ sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >sven/${target%.in}; \ done -- 2.30.2